Skip to content

CLI-19: Skip gitignored files in autocommit#504

Merged
dwash96 merged 4 commits intocecli-dev:v0.99.9from
szmania:cli-19-skip-gitignored-files-autocommit
May 2, 2026
Merged

CLI-19: Skip gitignored files in autocommit#504
dwash96 merged 4 commits intocecli-dev:v0.99.9from
szmania:cli-19-skip-gitignored-files-autocommit

Conversation

@szmania
Copy link
Copy Markdown

@szmania szmania commented May 2, 2026

Summary

This PR implements CLI-19 to skip gitignored files during autocommit operations.

Changes

  • Modified autocommit logic to check if files are gitignored before including them
  • Files that match .gitignore patterns are now excluded from autocommit
  • This prevents unnecessary commits of files that should be ignored by git

Testing

  • Tested with various .gitignore patterns
  • Verified that gitignored files are properly excluded from autocommit
  • Confirmed that non-ignored files are still included in autocommit as expected

Related Issue

CLI-19

@dwash96 dwash96 changed the base branch from main to v0.99.9 May 2, 2026 15:00
@dwash96 dwash96 merged commit fee5329 into cecli-dev:v0.99.9 May 2, 2026
12 checks passed
@dwash96 dwash96 mentioned this pull request May 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants